home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2002 February / Game.EXE_02_2002.iso / Utilities / Winamp 3.0 (Developers Beta) / Skins / Probe-install.exe / Probe skin for Winamp3 / xml / components-normal.xml < prev    next >
Encoding:
Text File  |  2001-09-26  |  2.0 KB  |  122 lines

  1. <layout id="normal" background="component.basetexture">
  2.   <!-- component param="guid:default" x="10" y="20" id="mycomponent"/ -->
  3.   
  4.  
  5.   
  6.   <layer
  7.     id="topstretch"
  8.     x="0" y="0" w="41" h="43"
  9.     relatw="1"
  10.     image="component.top-stretch"
  11.     resize="top"
  12.   />
  13.   <layer
  14.     id="bottomstretch"
  15.     x="0" y="-34"
  16.     relaty="1"
  17.     w="-34"
  18.     relatw="1"
  19.     image="component.bottom-stretch"
  20.     resize="bottom"
  21.   />
  22.   <layer
  23.     id="leftstretch"
  24.     x="0" y="2" w="18" h="-18"
  25.     relath="1"
  26.     image="component.left-stretch"
  27.     resize="left"
  28.   />
  29.   <layer
  30.     id="rightstretch"
  31.     x="-18"
  32.     relatx="1"
  33.     y="0"
  34.     h="-18"
  35.     w="18"
  36.     relath="1"
  37.     image="component.right-stretch"
  38.     resize="right"
  39.   />
  40.   <layer
  41.     id="topleftcorner"
  42.     x="0"
  43.     w="146"
  44.     y="0"
  45.     h="43"
  46.     image="component.top-left-corner"
  47.     resize="topleft"
  48.   />
  49.   <layer
  50.     id="toprightcorner"
  51.     x="-41"
  52.     relatx="1"
  53.     h="43"
  54.     y="0"
  55.     image="component.top-right-corner"
  56.     resize="topright"
  57.   />
  58.   <layer
  59.     id="bottomleftcorner"
  60.     x="0"
  61.     y="-34"
  62.     w="18"
  63.     h="34"
  64.     relaty="1"
  65.     image="component.bottom-left-corner"
  66.     resize="bottomleft"
  67.   />
  68.   <layer
  69.     id="bottomrightcorner"
  70.     x="-34"
  71.     relatx="1"
  72.     y="-34"
  73.     relaty="1"
  74.     image="component.bottom-right-corner"
  75.     resize="bottomright"
  76.   />
  77.  
  78.   <layer
  79.     id="cornerresize"
  80.     x="-14"
  81.     relatx="1"
  82.     y="-14"
  83.     relaty="1"
  84.     image="component.bottom-right-resize"
  85.     resize="bottomright"
  86.     scale="bottomright"
  87.   />
  88.   
  89.  
  90.  
  91.   <titlebar
  92.     id="titlebar"
  93.     x="42"
  94.     y="6"
  95.     w="-43"
  96.     relatw="1"
  97.     h="24"
  98.     align="right"
  99.     title=":componentname"
  100.   />
  101.   
  102.   <component
  103.     x="12"
  104.     y="35"
  105.     w="-24"
  106.     relatw="1"
  107.     h="-62"
  108.     relath="1"
  109.     param="guid:default"
  110.   />
  111.  
  112.   <button
  113.     id="Close"
  114.     action="CLOSE"
  115.     x="-16" y="6"
  116.     relatx="1"
  117.     image="component.minimize"
  118.     downImage="component.minimize-pressed"
  119.     tooltip="Close Window"
  120.   />
  121. </layout>
  122.